home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 44 / PC Actual CD 44.iso / Linux / Cygwin / full.exe / Disk1 / data1.cab / Tools / share / dejagnu / stub-loader.c < prev    next >
Encoding:
C/C++ Source or Header  |  1998-12-04  |  85 b   |  8 lines

  1. /* Bleah!! */
  2. int remote_debug = 0;
  3.  
  4. main() {
  5.   set_debug_traps();
  6.   breakpoint();
  7. }
  8.